//==============================================================================
// Implode Sphere_anim.txt
//==============================================================================

//==============================================================================
define effect1
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a Osiris Pyramid Death1
      }
   }
}

//==============================================================================
define effect2
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a Osiris Pyramid Death2
      }
   }
}

//==============================================================================
define effect3
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a implode light rays
      }
   }
}
//==============================================================================
define burstfire
{
		set hotspot
		{
			version
			{
			Visualparticle Special E Phoenix Burst Fire
			}
		}
}
//==============================================================================
define burstshockwave
{
		set hotspot
		{
			version
			{
			Visualparticle Special E Phoenix Burst Shockwave
			}
		}
}

//==============================================================================
define burstblast
{
		set hotspot
		{
			version
			{
			Visualparticle Special E Phoenix Burst Blast
			}
		}
}

//==============================================================================
define blast
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Meteorite shockwave
		}
	}
}
//==============================================================================
define splat
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Meteorite Splat
		}
	}
}

//==============================================================================
define splash
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Meteorite Splash
		}
	}
}


//==============================================================================
anim Birth
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual SFX A Implode_Birth
				connect hotspot effect3 hotspot
				connect hotspot effect2 hotspot
				connect hotspot effect1 hotspot
				connect ATTACHPOINT burstfire hotspot
				connect ATTACHPOINT burstshockwave hotspot
				connect ATTACHPOINT burstblast hotspot
				connect hotspot blast hotspot
				connect hotspot dust hotspot
				connect hotspot blast hotspot
				connect hotspot Splat hotspot
				connect hotspot Splash hotspot
			}
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual SFX A Implode_Grow
				connect hotspot effect3 hotspot
				connect hotspot effect2 hotspot
				connect hotspot effect1 hotspot
				connect ATTACHPOINT burstfire hotspot
				connect ATTACHPOINT burstshockwave hotspot
				connect ATTACHPOINT burstblast hotspot
				connect hotspot blast hotspot
				connect hotspot dust hotspot
				connect hotspot blast hotspot
				connect hotspot Splat hotspot
				connect hotspot Splash hotspot
			}
		}
	}
}

//==============================================================================
anim Death
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual SFX A Implode_Death
				connect hotspot effect3 hotspot
				connect hotspot effect2 hotspot
				connect hotspot effect1 hotspot
				connect ATTACHPOINT burstfire hotspot
				connect ATTACHPOINT burstshockwave hotspot
				connect ATTACHPOINT burstblast hotspot
				connect hotspot blast hotspot
				connect hotspot dust hotspot
				connect hotspot blast hotspot
				connect hotspot Splat hotspot
				connect hotspot Splash hotspot
			}
		}
	}
}





